projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
565157e
)
(merge_widget_value): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 10 Aug 1996 18:51:19 +0000
(18:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 10 Aug 1996 18:51:19 +0000
(18:51 +0000)
lwlib/lwlib.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.c
b/lwlib/lwlib.c
index f24dd778ca5c3d65999050fcf130397496a4d2b3..981c92e568654d36e10f43725b2853478fbe6f6c 100644
(file)
--- a/
lwlib/lwlib.c
+++ b/
lwlib/lwlib.c
@@
-526,8
+526,10
@@
merge_widget_value (val1, val2, level)
EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)",
0, 0);
change = max (change, INVISIBLE_CHANGE);
+#if 0 /* This was replaced by the August 9 1996 change in lwlib-Xm.c. */
#ifdef USE_MOTIF
change = max (merged_contents->change, change);
+#endif
#endif
}